ExtendedPropertyName Class

Class ExtendedPropertyName.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class ExtendedPropertyName : ExtendedPropertyTag
Inheritance
Object    ExtendedPropertyTag    ExtendedPropertyName

Constructors

ExtendedPropertyName Initializes a new instance of the ExtendedPropertyName class.
ExtendedPropertyName(String, Byte) Initializes a new instance of the ExtendedPropertyName class.
ExtendedPropertyName(String, Byte, PropertyType) Initializes a new instance of the ExtendedPropertyName class.

Properties

Guid Gets or sets the unique identifier.
(Inherited from ExtendedPropertyTag)
Name Gets or sets the name.
Type Gets or sets the type.
(Inherited from ExtendedPropertyTag)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also